records
Frequency and FCR demand per 10 seconds
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"ods057",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ods057"
}
] - "definitions":{
- "ods057":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ods057_records"
}
}
} - "records":
} - "properties":
- "ods057_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "datetime":,{
- "type":"string",
- "format":"date-time",
- "title":"Datetime",
- "description":"Time at which the interval starts."
} - "resolutioncode":,{
- "type":"string",
- "title":"Resolution code",
- "description":"Length of the time interval expressed in compliance with ISO 8601."
} - "actualfrequency":,{
- "type":"number",
- "title":"Actual frequency",
- "description":"The frequency of the electricity measured on the Elia grid.",
- "unit":"Hz"
} - "fcrdemand":,{
- "type":"number",
- "title":"FCR Demand",
- "description":"FCR volume to be procured by Elia.",
- "unit":"MW"
} - "fcrrequested":{
- "type":"number",
- "title":"FCR Requested",
- "description":"This is the expected FCR volume to be activated in function of the Frequency. This value is positive when the Frequency is lower than 50 Hz and negative when the Frequency is higher than 50 Hz.",
- "unit":"MW"
}
} - "datetime":
}
} - "fields":
} - "properties":
} - "ods057":
}